PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFBlendMode Enumeration
In This Topic
    PDFBlendMode Enumeration
    In This Topic
    Defines the supported PDF blend modes.
    Members
    MemberDescription
    COLORCreates a color with the saturation and hue of the source color and the luminance of the backdrop color.
    COLOR_BURNDarkens the backdrop color to reflect the source color.
    COLOR_DODGEBrightens the backdrop color to reflect the source color.
    DARKENSelects the darker of the backdrop and source colors.
    DIFFERENCESubtracts the darker of the two constituents colors from the lighter.
    EXCLUSIONSame as Difference, but lower in contrast.
    HARD_LIGHTMultiplies or screens the colors depending on the source color.
    HUECreates a color with the hue of the source color and the saturation and luminance of the backdrop color.
    LIGHTENSelects the lighter of the backdrop and source colors.
    LUMINOSITYCreates a color with the luminance of the source color and the saturation and hue of the backdrop color.
    MULTIPLYMultiplies the backdrop and source color.
    NONESame as Normal.
    NORMALSelects the source color.
    OVERLAYMultiplies or screens the colors depending on the backdrop color.
    SATURATIONCreates a color with the saturation of the source color and the hue and luminance of the backdrop color.
    SCREENMultiplies the complements of backdrop and source color values, and then complements the result.
    SOFT_LIGHTDarkens or lightens the colors depending on the source color.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.graphics.PDFBlendMode

    See Also